From 84fb311f3db6299090546b353a756ab51c80d5ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 12 Aug 2004 02:57:20 +0000 Subject: [PATCH] Check all symbols. Wed Aug 11 22:56:55 2004 Matthias Clasen * abicheck.sh: Check all symbols. --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/abicheck.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 4e947352da..864acbb73d 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 11 22:56:55 2004 Matthias Clasen + + * abicheck.sh: Check all symbols. + 2004-08-11 Matthias Clasen * pixops/pixops.c: Make scaling and compositing functions handle diff --git a/gdk-pixbuf/abicheck.sh b/gdk-pixbuf/abicheck.sh index 1c6309f338..44df9df39d 100755 --- a/gdk-pixbuf/abicheck.sh +++ b/gdk-pixbuf/abicheck.sh @@ -1,5 +1,5 @@ #! /bin/sh cpp -P -DINCLUDE_INTERNAL_SYMBOLS gdk-pixbuf.symbols | sed -e '/^$/d' | sort > expected-abi -nm -D .libs/libgdk_pixbuf-2.0.so | grep " T " | cut -c12- | grep "^\(gdk\|pixops\)_" | sort > actual-abi +nm -D .libs/libgdk_pixbuf-2.0.so | grep " T " | cut -c12- | sort > actual-abi diff -u expected-abi actual-abi -- 2.30.2